home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nc_mm005.geo / 00041.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  228 b   |  9 lines

  1. on mouseDown
  2.   global NumOfUsers
  3.   if (NumOfUsers <> 0) and (field "complete" <> EMPTY) then
  4.     handleNameStrokePuppets(0)
  5.     switchButt(get_NameListSprite(), "Name_list_D", "pressNameList")
  6.     eventActionsOff()
  7.   end if
  8. end
  9.